Process tracker python 142#167
Merged
Merged
Conversation
added 6 commits
December 5, 2019 10:10
🐛 Issue with logic when config_location provided Logical fault caused the config file in config_location to be overwritten as if it didn't exist.
…ithub.com/OpenDataAlex/process_tracker_python into process_tracker_python-142
✨ All tables now have basic audit fields enabled Audit fields have been added to all tables. The fields are: created_date_time update_date_time created_by updated_by Closes #142
✨ Added ability to break out record counts by processing type (inserts, updates) Instead of just having an overall total record count for process runs, support is added for breaking out the total count by inserts and updates for a given run. Totals are still available, but this allows for finer understanding of what actually was done during the process run. Closes #143
✨ All tables now have basic audit fields enabled Audit fields have been added to all tables. The fields are: created_date_time update_date_time created_by updated_by Closes #142
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.